Windward Engine API Reference
ReportPdf.FONT Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : ReportPdf.FONT Enumeration




Glossary Item Box

Set how fonts are to be used in the pdf file. The defaule it EMBED.

Syntax

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 

Members

MemberDescription
EMBEDEDWill 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.)
INTERNALWill 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_EMBEDWill 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.

Inheritance Hierarchy

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)

See Also

© 2019 All Rights Reserved.