←Select platform

Bounds Property

Summary

Location and size of the redact area in the PDF page.

Syntax
C#
VB
C++
public PDFRect Bounds {get; set;} 
Public Property Bounds() As PDFRect 
   Get 
   Set 
public:  
   property PDFRect^ Bounds 
   { 
      PDFRect^ get() 
      void set(PDFRect^ value) 
   } 

Property Value

Location and size of the redact area in the PDF page in PDF coordinates. The default value is an empty rectangle.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly