Windward Studios API Reference
PdfA Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : PdfA Property




Glossary Item Box

true if build a PDF/A-1b file. This will force all fonts to be embedded.

Syntax

Visual Basic (Declaration) 
Public Property PdfA As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportPdf
Dim value As Boolean
 
instance.PdfA = value
 
value = instance.PdfA
C# 
public bool PdfA {get; set;}
Managed Extensions for C++ 
public: __property bool get_PdfA();
public: __property void set_PdfA( 
   bool value
);
C++/CLI 
public:
property bool PdfA {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software