Winnovative PDF Creator Library for .NET
Document Constructor (pdfSubset)
NamespacesWinnovative.PdfCreatorDocumentDocument(PdfStandardSubset)
Winnovative PDF Creator Library for .NET
Creates a PDF document based on the specified PDF standard. By default the Full PDF stadard is used. This property can be used to create PDF/A, PDF/X or PDF/SiqQ compliant documents.
Declaration Syntax
C#Visual BasicVisual C++
public Document(
	PdfStandardSubset pdfSubset
)
Public Sub New ( _
	pdfSubset As PdfStandardSubset _
)
public:
Document(
	PdfStandardSubset pdfSubset
)
Parameters
pdfSubset (PdfStandardSubset)
The PDF standard used to create the PDF document.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 5.0.3.0 (5.0.3.0)