Config.CustomPdfSaveOptions

Config.CustomPdfSaveOptions property

Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null.

public static PdfSaveOptions CustomPdfSaveOptions { get; set; }

See Also