PdfSaveOptions

PdfSaveOptions class

Represents document saving options when saving a pdf document.

public sealed class PdfSaveOptions : SaveOptions

Constructors

Name Description
PdfSaveOptions() Initializes a new instance of the PdfSaveOptions class.

Properties

Name Description
static Default { get; } Gets the default value for the PdfSaveOptions class.

See Also