XpsEditOptions

XpsEditOptions class

Allows to specify custom options for editing (XML Paper Specifications) documents

[Obsolete("The Xps edit is deprecated and will be removed after version 24.9")]
public sealed class XpsEditOptions : FixedLayoutEditOptionsBase

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