Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / IncludeDocProperties Property


In This Topic
    IncludeDocProperties Property
    In This Topic
    Gets or sets a value indicating whether document properties should be included.
    Syntax
    'Declaration
     
    
    Public Property IncludeDocProperties As Boolean
    'Usage
     
    
    Dim instance As PdfExportContext
    Dim value As Boolean
     
    instance.IncludeDocProperties = value
     
    value = instance.IncludeDocProperties
    public bool IncludeDocProperties {get; set;}
    See Also