BeginValidationPipeline
Naleving, prestaties
Beschrijving
Opens and parses a PDF once, retaining its reader, security information, document object graph, and lazy object cache for multiple validation tasks
Syntaxis
Delphi
Function TPDFlib.BeginValidationPipeline(Const InputFileName, Password: WideString): Integer;DLL
Function DLBeginValidationPipeline(InstanceID: Integer; InputFileName, Password: PWideChar): Integer; Stdcall;ActiveX
Function PDFlib::BeginValidationPipeline(InputFileName As String, Password As String) As LongSyntaxis
| InputFileName | PDF-bestand dat moet worden gevalideerd zonder het te wijzigen |
|---|---|
| Password | Open password, or an empty string for an unencrypted file |
Retourwaarden
| 0 | Het bestand kon niet worden geopend, geparsed of ontsleuteld |
|---|---|
| Positive value | Pipeline-ID die door de validatiepipeline-methoden wordt geaccepteerd |
Opmerkingen
Always release a successful identifier with ReleaseValidationPipeline; independent pipeline objects may be retained for different input files
Zie ook
RunValidationPipelineTask, CreateValidationPipelineReport, GetValidationPipelineParseCount