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




In This Topic
    IncludeOffLayers Property
    In This Topic
    Include off save option
    Syntax
    'Declaration
     
    Public Property IncludeOffLayers As Boolean
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As Boolean
     
    instance.IncludeOffLayers = value
     
    value = instance.IncludeOffLayers
    public bool IncludeOffLayers {get; set;}
    public: __property bool get_IncludeOffLayers();
    public: __property void set_IncludeOffLayers( 
       bool value
    );
    public:
    property bool IncludeOffLayers {
       bool get();
       void set (    bool value);
    }
    See Also