Namespace: BitMiracle.Docotic.Pdf
public int TileHeight { get; }
Public ReadOnly Property TileHeight As Integer Get
This value is useful when you want to reduce amount of memory used while drawing.
The lower the value, the less memory is used but the overall drawing process will take more time.
The value of this property is ignored when output format is not TIFF.
The library uses the value of this property as a recommendation only and can use slightly bigger or smaller tiles if needed.