PublisherLoadOptions

PublisherLoadOptions class

Options for loading Publisher documents.

public class PublisherLoadOptions : LoadOptions, IFontSubstituteLoadOptions

Constructors

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

Properties

Name Description
DefaultFont { get; set; } Default font for Publisher document. The following font will be used if a font is missing.
FontSubstitutes { get; set; } Substitute specific fonts when converting Publisher document.
Format { get; } Input document file type.
virtual Format { get; } Input document file type.

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