C#
VB
Java
C++
Optional font style to use when rendering the title.
public DocumentFontStyles FontStyles { get; set; }
Public Property FontStyles() As DocumentFontStyles
Get
Set
public:
property DocumentFontStyles^ FontStyles
{
DocumentFontStyles^ get()
void set(DocumentFontStyles^ value)
}
public DocumentFontStyles getFontStyles()
public void setFontStyles(DocumentFontStyles value)
The optional font style to use when rendering the title. Default value is DocumentFontStyles.Normal.
Viewer application will usually use this value to render the Title.
For an example, refer to DocumentStructure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET