Click or drag to resize

RadPdf.Data.Document.Objects.Shapes Namespace

This namespace provides classes which can be used to encapsulate and manipulate PDF shape objects in PDF documents. PDF shape objects are saved to the content stream of output documents.
Classes
  ClassDescription
Public classPdfArrowShape
Arrow shape which will be permanently added to document content stream.
Public classPdfCheckShape
Check mark shape which will be permanently added to document content stream.
Public classPdfEllipseShape
Ellipse (circular) shape which will be permanently added to document content stream.
Public classPdfImageShape
Image shape which will be permanently added to document content stream.
Public classPdfInkShape
Ink (freehand / scribble) shape which will be permanently added to document content stream.
Public classPdfLineShape
Line shape which will be permanently added to document content stream.
Public classPdfPolygonShape
Abstract polygon shape which will be permanently added to document content stream.
Public classPdfRectangleShape
Rectangle shape which will be permanently added to document content stream.
Public classPdfShape
Abstract shape which will be permanently added to document content stream.
Public classPdfSignatureShape
Signature box shape which will be permanently added to document content stream.
Public classPdfTextShape
Text shape which will be permanently added to document content stream.
Public classPdfWhiteoutShape
Whiteout shape which will be permanently added to document content stream.