PDFDoc Constructor (IFilter) |
Creates a new PDF document from an existing IFilter instance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDoc(
IFilter filter
)
Public Sub New (
filter As IFilter
)
public:
PDFDoc(
[InAttribute] IFilter^ filter
)
pdftron.PDF.PDFDoc = function(filter);
Parameters
- filter
- Type: pdftron.FiltersIFilter
The source input IFilter instance where to create a new PDFDoc from.
Remarks
Make sure to call InitSecurityHandler to check whether the document is encrypted.
See Also