PdfEditOptions

PdfEditOptions class

Allows to specify custom options for editing PDF documents

public sealed class PdfEditOptions : FixedLayoutEditOptionsBase

Constructors

Name Description
PdfEditOptions() Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values
PdfEditOptions(bool) Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options

Properties

Name Description
EnablePagination { get; set; } Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
Pages { get; set; } Allows to set a page range to process. By default all pages of a fixed-layout document are processed.
SkipImages { get; set; } Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved.

See Also