Click or drag to resize

PdfFileAttachmentAppearance Class

Represents an appearance settings for a PdfFileAttachmentAnnotation.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.AnnotationsPdfAppearance
    SautinSoft.Pdf.AnnotationsPdfFileAttachmentAppearance

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public class PdfFileAttachmentAppearance : PdfAppearance

The PdfFileAttachmentAppearance type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets or sets the color.
Public propertyIcon

(Optional) The icon that shall be used in displaying the PdfFileAttachmentAnnotation.

Default value: Attachment.

Public propertyOpacity

Gets or sets the opacity.

Default value: 1.0

Top
See Also