Accusoft.ImagXpress13.Net
CadFileView(LoadOptions) Method




The load options.
Changes the CAD file view.
Syntax
'Declaration
 
Public Overloads Sub CadFileView( _
   ByVal loadOptions As LoadOptions _
) 
'Usage
 
Dim instance As ImageX
Dim loadOptions As LoadOptions
 
instance.CadFileView(loadOptions)
public void CadFileView( 
   LoadOptions loadOptions
)
public: void CadFileView( 
   LoadOptions* loadOptions
) 
public:
void CadFileView( 
   LoadOptions^ loadOptions
) 

Parameters

loadOptions
The load options.
Remarks

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,LoadOptions) method before it is called for the first time. It may be called multiple times since CadFileOpen(ImagXpress,String,LoadOptions) 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.

See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback