GdiGraphicsFactory Class Properties
In This Topic
For a list of all properties of this type, see
GdiGraphicsFactory.
Public Properties
| | Name | Description |
  | Default | Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. (Inherited from DrawingFactory) |
 | FontProgramsController | Gets or sets the font programs controller that allows to access the font programs. (Inherited from DrawingFactory) |
  | HasDefault | Gets a value indicating whether Default property is not null. (Inherited from DrawingFactory) |
 | PixelOffsetMode | Gets or sets the pixel offset mode that is used for creating of new GdiGraphics. |
 | ScreenResolution | Gets the resolution of the screen, in dots per inch. |
 | UseFallbackFont | Gets or sets a value indicating whether this drawing factory should create font with fallback. (Inherited from DrawingFactory) |
 | UseSystemFonts | Gets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. (Inherited from DrawingFactory) |
 | UseSystemFontsAsPrimary | Gets 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) |
  | UseSystemFontsDefaultValue | Gets or sets the default value for UseSystemFonts property. (Inherited from DrawingFactory) |
See Also