1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Options.Diagram
  6. /
  7. DiagramLoadOptions

DiagramLoadOptions

DiagramLoadOptions class

Represents document loading options for a Visio document.

public sealed class DiagramLoadOptions : LoadOptions

Constructors

Name Description
DiagramLoadOptions() Initializes a new instance of the DiagramLoadOptions class.
DiagramLoadOptions(string) Initializes a new instance of the DiagramLoadOptions class with a specified password.

Properties

Name Description
static Default { get; } Gets the default value for the DiagramLoadOptions class.
FileType { get; set; } Gets or sets the type of the file, indicating its type (e.g., docx, pdf, xlsx, etc.).
FormatFamily { get; set; } Gets or sets the format family of the document, indicating its type (e.g., Image, Pdf, Spreadsheet, etc.).
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also