VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoder Class / CanGeneratePdfAnnotationAppearance Property
Syntax Requirements SeeAlso
In This Topic
    CanGeneratePdfAnnotationAppearance Property (PdfEncoder)
    In This Topic
    Gets a value indicating whether the encoder can generate the annotation appearance in PDF document.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property CanGeneratePdfAnnotationAppearance As Boolean
    
    
    public static bool CanGeneratePdfAnnotationAppearance { get; }
    
    
    public: __property static bool get_CanGeneratePdfAnnotationAppearance();
    
    
    
    public:
    static property bool CanGeneratePdfAnnotationAppearance { bool get(); }

    Property Value

    true - encoder can generate the annotation appearance in PDF document, i.e. Vintasoft.Imaging.Annotation.Pdf.dll assembly is found; false - encoder cannot generate the annotation appearance in PDF document, i.e. Vintasoft.Imaging.Annotation.Pdf.dll assembly is not found.
    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