Accusoft.ImagXpressSdk Namespace > ImageX Class > CadFileView Method : CadFileView() Method |
'Declaration Public Overloads Sub CadFileView()
'Usage Dim instance As ImageX instance.CadFileView()
public void CadFileView()
public: void CadFileView();
public: void CadFileView();
The loadoptions selects the layout and layers to be rendered. The paper size options determine the image width and height along with the crop parameters which select what portion of the image to render.
This method must have been preceded by calling the CadFileOpen(ImagXpress,String) method before it is called for the first time. It may be called multiple times since CadFileOpen(ImagXpress,String) but eventually succeeded with a CadFileClose method.
Note: This method does not support asynchronous operaions nor support of annotations for adding or viewing.
Note: Available in Professional edition.