Name | Description | |
---|---|---|
![]() | FreeTextAnnotation Constructor | Initializes a new instance of the FreeTextAnnotation class. |
The following tables list the members exposed by FreeTextAnnotation.
Name | Description | |
---|---|---|
![]() | FreeTextAnnotation Constructor | Initializes a new instance of the FreeTextAnnotation class. |
Name | Description | |
---|---|---|
![]() | AppearanceState | Gets or sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance sub-dictionary. Note! If you change this property then GcPdf will NOT automatically generates appearance content streams in AppearanceStreams. See PDF specification for more details. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | AppearanceStreams | Gets the AppearanceStreams object that allows to define this annotation's appearance streams. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | AssociatedFiles | Gets the list of embedded files associated with this GrapeCity.Documents.Pdf.Graphics.FormXObject. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | CalloutLine | Gets or sets an array of four or six numbers specifying a callout line attached to the free text annotation. Six numbers [ x1 y1 x2 y2 x3 y3 ] represent the starting, knee point, and ending coordinates of the line in default user space. Four numbers [ x1 y1 x2 y2 ] represent the starting and ending coordinates of the line. |
![]() | Color | Gets or sets the annotation color. |
![]() | Contents | Gets or sets the text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. In either case, this text is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | CreationDate | Gets or sets the date and time when the annotation was created. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | DefaultAppearance | Gets the DefaultAppearance object that specifies the visual properties (font, font size etc.) used to format the content of the annotation. |
![]() | Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | Flags | Gets or sets the flags specifying various characteristics of the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | Justification | Gets or sets the justification to be used in displaying the annotation’s text. See PDF specification for details. |
![]() | LineDashPattern | Gets or sets the line dash pattern. Null means a solid line. |
![]() | LineEndStyle | Gets or sets the style of end callout line. |
![]() | LineWidth | Gets or sets the line width in points. |
![]() | Locked | Gets or sets a value indicating whether the annotation can be deleted or its properties (including position and size) can be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | Name | Gets or sets the annotation name, a text string uniquely identifying it among all annotations on its page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | Opacity | |
![]() | Page | Gets or sets the GrapeCity.Documents.Pdf.Page that contains this annotation.
Note that an annotation may be referenced by several pages. In that case this property returns the first element in the Pages collection. When setting this property, the following applies:
|
![]() | Pages | Gets the list of pages that reference this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | Popup | Gets or sets the PopupAnnotation annotation for entering or editing text associated with this annotation. Setting this property changes the PopupAnnotation.Parent property. A separate PopupAnnotation allows to define additional properties of the popup window: color, position etc. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | Rect | Gets or sets the annotation rectangle, defining the location of the annotation on a page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | ReferenceAnnotation | Gets or sets the annotation referenced by this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | ReferenceType | Gets or sets the relationship (reference type) between this annotation and the annotation specified by the MarkupAnnotation.ReferenceAnnotation property. The referenced annotation should be on the same page with the current annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | RichText | Gets or sets the text to be displayed in the pop-up window when the annotation is opened. This text can be formatted using html tags, see PDF specification for details. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | StyleString | Gets or sets the default style string. See PDF specification for details. |
![]() | Subject | Gets or sets the text representing a short description of the subject being addressed by the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
![]() | TextOffsets | Gets or sets the GrapeCity.Documents.Common.Offsets structure that defines the numerical differences between two rectangles: the AnnotationBase.Rect and an inner rectangle contained within that rectangle. The inner rectangle is where the FreeTextAnnotation’s text should be displayed.
Note that if this rectangle is not specified then AnnotationBase.Rect is used as the text rectangle. |
![]() | UserData | Gets or sets arbitrary data associated with the current annotation.
Note that this data is runtime only and is not persisted in the PDF. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |
![]() | UserName | Gets or sets the text label to be displayed in the title bar of the annotation’s pop-up window when open and active. By convention, this entry identifies the user who added the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation) |
Name | Description | |
---|---|---|
![]() | CreateAppearanceContentStream | Creates an instance of GrapeCity.Documents.Pdf.Graphics.FormXObject that can be used to define the annotation's appearance stream.
Note that when this method is called, the annotation must already have been added to the document, otherwise an exception will be thrown. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase) |