WebConvertInfo Class Documentation

classWebConvertInfo : SystemIDisposable

Namespace: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

signifier: InternalConstruct

WebConvertInfo

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:

WebConvertInfo

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Populate

boolPopulate()

Returns:

bool

Call WebToPDFGetConversionInfo and copy strings out. Returns false (and leaves this in its default state) if the plugin reports no previous conversion.