Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines profiles support.
Namespace: Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax
The IProfiles type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Profiles |
Comma-separated list of profiles to apply to the extractor. Profiles must be previously loaded.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateProfile(String, RenderingOptions, Boolean, Boolean, Boolean) |
Creates JSON profile will all extractor properties with current values.
|
![]() | CreateProfile(String, String, RenderingOptions, Boolean, Boolean, Boolean) |
Creates JSON profile will all extractor properties with current values.
|
![]() | LoadAndApplyProfiles |
Loads profiles from JSON string and automatically applies them. Note that profiles containing
detection keywords will be deferred until the extraction.
|
![]() | LoadProfiles |
Loads profiles from JSON file.
|
![]() | LoadProfilesFromString |
Loads profiles from JSON string.
|
See Also