Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property IncludeHeaderFooterOnPdfImport As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportPdf
Dim value As Boolean
 
instance.IncludeHeaderFooterOnPdfImport = value
 
value = instance.IncludeHeaderFooterOnPdfImport  | 
 
| C# |   | 
|---|
public bool IncludeHeaderFooterOnPdfImport {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property bool get_IncludeHeaderFooterOnPdfImport();
public: __property void set_IncludeHeaderFooterOnPdfImport( 
   bool value
);  | 
 
| C++/CLI |   | 
|---|
public:
property bool IncludeHeaderFooterOnPdfImport {
   bool get();
   void set (    bool value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also