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
)
Public Function GetSeparationBitmaps (
page As Page
) As Separation()
public:
virtual array<Separation^>^ GetSeparationBitmaps(
[InAttribute] Page^ page
) sealed
function GetSeparationBitmaps(page);
Parameters
- page
- Type: pdftron.PDFPage
the page
Return Value
Type:
Separation Separations array
See Also