PdfDocumentOptions Class

This class encapsulates the options to control the PDF document redering process. The PDFMerge class define a reference to an object of this type

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public class PdfDocumentOptions
Inheritance
Object    PdfDocumentOptions

Constructors

PdfDocumentOptionsInitializes a new instance of the PdfDocumentOptions class

Properties

PdfCompressionLevel This property controls the compression level of the rendered PDF document
PdfPageOrientation This property controls the PDF page orientation
PdfPageSize This property controls the size of the rendered PDF document

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also