VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationIconFit Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationIconFit Class
    In This Topic
    Specifies how to display the widget annotation's icon within its annotation rectangle.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfAnnotationIconFit
    Syntax
    'Declaration
    
    Public Class PdfAnnotationIconFit
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfAnnotationIconFit : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfAnnotationIconFit : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfAnnotationIconFit : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationIconFit

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also