Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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);
}

Collapse imageSee Also