API Reference > OdPdfImport Classes > PdfImporterEx Class > PdfImporterEx Methods > PdfImporterEx::setClipBoundary Method
PdfImporterEx::setClipBoundary Method
Syntax
C++
virtual void setClipBoundary(const OdGePoint2dArray& clipBoundary, const bool is_clip_boundary_inverted) = 0;
Parameters 
Description 
const OdGePoint2dArray& clipBoundary 
[in] A point array that defines the boundary of clipping.  
const bool is_clip_boundary_inverted 
[in] A boolean value that determines whether the boundary is inverted (if equal to true) or not (if equal to false). 

Sets a new clipping boundary for the .pdf document content.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.