DiagramConvertOptions

DiagramConvertOptions class

Options for conversion to Diagram file type.

public sealed class DiagramConvertOptions : CommonConvertOptions<DiagramFileType>

Constructors

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

Properties

Name Description
AutoFitPageToDrawingContent { get; set; } Defines whether need enlarge page to fit drawing content or not
Format { get; set; } The desired file type the input document should be converted to.
virtual Format { get; set; } Implements Format
PageNumber { get; set; } Implements PageNumber
Pages { get; set; } Implements Pages
PagesCount { get; set; } Implements PagesCount
Watermark { get; set; } Implements Watermark

Methods

Name Description
Clone() Clones current options instance.
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