SDFDoc Constructor (IFilter) |
Creates a new SDF document from an existing IFilter instance.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public SDFDoc(
IFilter filter
)
Public Sub New (
filter As IFilter
)
public:
SDFDoc(
[InAttribute] IFilter^ filter
)
pdftron.SDF.SDFDoc = 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