ImageGear .NET - Updated
PRCAllInSingleView Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : PRCAllInSingleView Property
If PRCMode != NONE, toggle all 3D content in single view
Syntax
'Declaration
 
Public Property PRCAllInSingleView As Boolean
'Usage
 
Dim instance As CADPDFSaveOptions
Dim value As Boolean
 
instance.PRCAllInSingleView = value
 
value = instance.PRCAllInSingleView
public bool PRCAllInSingleView {get; set;}
public: __property bool get_PRCAllInSingleView();
public: __property void set_PRCAllInSingleView( 
   bool value
);
public:
property bool PRCAllInSingleView {
   bool get();
   void set (    bool value);
}
See Also

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members