WebConvertInfo Class Documentation
classWebConvertInfo : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Result metadata for a completed web-to-PDF conversion: page count, conversion time, document title, and resolved source URL. Populate() reads the plugin's last-conversion record on supported platforms and is a no-op (returning false) on the stub path; the page count is then overridden by the curator bridge with the authoritative count from the opened PDF.
Header has no plugin-typed surface; all conversions live in the .cpp.
Referenced by
Uses types
Constructor & Destructor Documentation
WebConvertInfo
WebConvertInfo(WebConvertInforhs, InternalConstructsignifier)Parameters
rhs: WebConvertInfosignifier: InternalConstruct
WebConvertInfo
WebConvertInfo()WebConvertInfo
WebConvertInfo(WebConvertInfoarg0)Parameters
arg0: WebConvertInfo
~WebConvertInfo
~WebConvertInfo()Property Documentation
ConversionTimeMs
intConversionTimeMs[get]PageCount
intPageCount[get, set]SourceUrl
stringSourceUrl[get]Title
stringTitle[get]Member Function Documentation
ConstructorRetrieve
static WebConvertInfoConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
WebConvertInfoDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidPopulate
boolPopulate()Returns:
boolCall WebToPDFGetConversionInfo and copy strings out. Returns false (and leaves this in its default state) if the plugin reports no previous conversion.