PclLoadOptions

PclLoadOptions class

Options for loading Pcl documents.

public sealed class PclLoadOptions : LoadOptions

Constructors

Name Description
PclLoadOptions() Initializes new instance of PclLoadOptions class.

Properties

Name Description
Format { get; } Input document file type.
virtual Format { get; } Input document file type.
ResetFontFolders { get; set; } Reset font folders before loading document

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also