'Declaration
Public Sub PrepareForViewing( _
ByVal As Document.ViewerType, _
Optional ByVal 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 ,
System.bool
)
public procedure PrepareForViewing(
: Document.ViewerType;
: System.Boolean
);
public function PrepareForViewing(
: Document.ViewerType,
: System.boolean
);
public: void PrepareForViewing(
Document.ViewerType ,
System.bool
)
public:
void PrepareForViewing(
Document.ViewerType ,
System.bool
)