PDFViewerDplProcessingReadSettingsBuilder
Methods
Url(System.String)
Specifies the url to which the request is sent.
Parameters
value - System.String
The value for Url
RETURNS
Returns the current PDFViewerDplProcessingReadSettingsBuilder instance.
PageField(System.String)
Specifies the page field parameter submitted to the read url. It is used in scenario with loadOnDemand when requests are sent for each page.
Parameters
value - System.String
The value for PageField
RETURNS
Returns the current PDFViewerDplProcessingReadSettingsBuilder instance.
Type(System.String)
Specifies the type of the request.
Parameters
value - System.String
The value for Type
RETURNS
Returns the current PDFViewerDplProcessingReadSettingsBuilder instance.
DataType(System.String)
The type of result expected from the server. Used values are "json" and "jsonp". The PDFViewer expects a json to render the geometries.
Parameters
value - System.String
The value for DataType
RETURNS
Returns the current PDFViewerDplProcessingReadSettingsBuilder instance.