VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsFactory Class
In This Topic
GdiGraphicsFactory Class Properties
In This Topic
For a list of all properties of this type, see GdiGraphicsFactory.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. (Inherited from DrawingFactory)
Public PropertyGets or sets the font programs controller that allows to access the font programs. (Inherited from DrawingFactory)
Public Propertystatic (Shared in Visual Basic)Gets a value indicating whether Default property is not null. (Inherited from DrawingFactory)
Public PropertyGets or sets the pixel offset mode that is used for creating of new GdiGraphics.
Public PropertyGets the resolution of the screen, in dots per inch.
Public PropertyGets or sets a value indicating whether this drawing factory should create font with fallback. (Inherited from DrawingFactory)
Public PropertyGets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. (Inherited from DrawingFactory)
Public PropertyGets or sets a value indicating whether drawing factory is uses system fonts (CreateSystemFont(String,Single,Boolean,Boolean) before fonts from FontProgramsController in CreateFont(String,Single,Boolean,Boolean) method. (Inherited from DrawingFactory)
Public Propertystatic (Shared in Visual Basic)Gets or sets the default value for UseSystemFonts property. (Inherited from DrawingFactory)
See Also