Visual Basic (Declaration) | |
---|---|
Public Enum ReportPdf.FONT Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReportPdf.FONT |
C# | |
---|---|
public enum ReportPdf.FONT : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ReportPdf.FONT : public System.Enum |
C++/CLI | |
---|---|
public enum class ReportPdf.FONT : public System.Enum |
Member | Description |
---|---|
EMBEDED | Will use the font specified in the template and will embed the font in the final pdf file. This will provide the most accurate final pdf file and all fonts can be rendered. However, it makes the final file a lot larger. (This is the default.) |
INTERNAL | Will only use the Acrobat internal fonts which are Helvetica (Arial), Times-Roman, Courier, Symbol, and Zapfdingbats. All fonts will be mapped to one of these five fonts. |
NO_EMBED | Will use the font specified in the template but will not embed the font itself in the pdf file. This adds very little to the size of the final file. However, if Acrobat cannot create a font for the filename specified, it will not display the final file. |
System.Object
System.ValueType
System.Enum
net.windward.api.csharp.ReportPdf.FONT
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)