Click or drag to resize

PDFDrawGetSeparationBitmaps Method

Gets the Separations from the page

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Separation[] GetSeparationBitmaps(
	Page page
)

Parameters

page
Type: pdftron.PDFPage
the page

Return Value

Type: Separation
Separations array
See Also