Prizm Content Connect
PrepareForViewing Method






Denotes Html5 or Flash client.
For Html5 requests, does client support vector (true) or just raster (false) which is the default setting.
Request for Intermediate Page formats.
Syntax
'Declaration
 
Public Sub PrepareForViewing( _
   ByVal viewerType As Document.ViewerType, _
   Optional ByVal supportsVector As System.Boolean _
) 
'Usage
 
Dim instance As Document
Dim viewerType As Document.ViewerType
Dim supportsVector As System.Boolean
 
instance.PrepareForViewing(viewerType, supportsVector)
public void PrepareForViewing( 
   Document.ViewerType viewerType,
   System.bool supportsVector
)
public procedure PrepareForViewing( 
    viewerType: Document.ViewerType;
    supportsVector: System.Boolean
); 
public function PrepareForViewing( 
   viewerType : Document.ViewerType,
   supportsVector : System.boolean
);
public: void PrepareForViewing( 
   Document.ViewerType viewerType,
   System.bool supportsVector
) 
public:
void PrepareForViewing( 
   Document.ViewerType viewerType,
   System.bool supportsVector
) 

Parameters

viewerType
Denotes Html5 or Flash client.
supportsVector
For Html5 requests, does client support vector (true) or just raster (false) which is the default setting.
See Also

Reference

Document Class
Document Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback