ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / PRCAllInSingleView Property




In This Topic
    PRCAllInSingleView Property
    In This Topic
    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