Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual Rectangle CropBoxSize { set; } |
Visual Basic |
---|
Public Overridable WriteOnly Property CropBoxSize As Rectangle
Set |
Visual C++ |
---|
public:
virtual property Rectangle^ CropBoxSize {
void set (Rectangle^ value);
} |
See Also