Table of Contents

Property TileWidth

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

TileWidth

Gets the width of tiles to use while drawing.

public int TileWidth { get; }

Property Value

int

The width of tiles to use while drawing.

Remarks

This value is useful when you want to reduce amount of memory used while drawing.

The library will use tiles only if both width and height of tiles is not zero and is smaller than the page width and height, respectively.

The lower the value, the less memory is used but the overall drawing process will take more time.

The library uses the value of this property as a recommendation only and can use slightly bigger or smaller tiles if needed.