Class GridPitchType
Specifies the type of grid pitch.
Inheritance
System.Object
GridPitchType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class GridPitchType : Enum
Fields
CharsAndLine
The chars and line
Declaration
public const GridPitchType CharsAndLine
Field Value
Type |
---|
GridPitchType |
LinesOnly
The lines only
Declaration
public const GridPitchType LinesOnly
Field Value
Type |
---|
GridPitchType |
NoGrid
The no grid
Declaration
public const GridPitchType NoGrid
Field Value
Type |
---|
GridPitchType |
SnapToChars
The snap to chars
Declaration
public const GridPitchType SnapToChars
Field Value
Type |
---|
GridPitchType |