XpzOutputOptions Class

Represents a set of XPZ output options used for document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public class XpzOutputOptions : OutputOptions
Inheritance
Object    OutputOptions    XpzOutputOptions

Constructors

XpzOutputOptionsInitializes a new instance of the XpzOutputOptions class.

Properties

FormatGets or sets the format to convert to.
(Inherited from OutputOptions)
HighQualityEnabled Gets or sets a value that specifies whether to produce high quality XPZ. The default is false. For providing some guarantees regarding how quickly a page can be rendered on different systems such as mobile devices, by default some parts of a page that are very complex and would take really long to render in the browser, are rasterized to an image (flattened). However as a side effect, parts of some pages may look blurry when you zoom in. You can set this property to true to disable this possible flattening (if you observe it's happening with your specific document). This way you can ensure vector quality rendering for complex documents such as CAD drawings. If you have errors due to insufficient memory, keep it at false.
PasswordGets or sets the password which is used for saving a protected document.

See Also