NoteLoadOptions

NoteLoadOptions class

Options for loading One documents.

public sealed class NoteLoadOptions : LoadOptions

Constructors

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

Properties

Name Description
DefaultFont { get; set; } Default font for Note document. The following font will be used if a font is missing.
FontSubstitutes { get; set; } Substitute specific fonts when converting Note document.
Format { get; set; } Input document file type.
Format { get; } Input document file type.
Password { get; set; } Set password to unprotect protected 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