PdfLoadOptions

PdfLoadOptions class

Options for loading Pdf documents.

public sealed class PdfLoadOptions : LoadOptions

Constructors

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

Properties

Name Description
DefaultFont { get; set; } Default font for Pdf document. The following font will be used if a font is missing.
FlattenAllFields { get; set; } Flatten all the fields of the PDF form.
FontSubstitutes { get; set; } Substitute specific fonts when converting Pdf document.
Format { get; set; } Input document file type.
Format { get; } Input document file type.
HidePdfAnnotations { get; set; } Hide annotations in Pdf documents.
Password { get; set; } Set password to unprotect protected document.
RemoveEmbeddedFiles { get; set; } Remove embedded files.

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