true if build a PDF/UA file.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property PdfUA As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportPdf
Dim value As Boolean
 
instance.PdfUA = value
 
value = instance.PdfUA  | 
 
| C# |   | 
|---|
public bool PdfUA {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property bool get_PdfUA();
public: __property void set_PdfUA( 
   bool value
);  | 
 
| C++/CLI |   | 
|---|
public:
property bool PdfUA {
   bool get();
   void set (    bool value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also