VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft PDF .NET Plug-in: Changes in version 8.7.2
    In This Topic

    API changes in Vintasoft.Imaging.Pdf.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.Processing.PdfFixups
    Added properties
    public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement> StructureElementStructureTypeIsNotStandardPdfA1Fixup { get; } Gets the fixup of StructureElementStructureTypeIsNotStandardPdfA1
    public Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement> StructureElementStructureTypeIsNotStandardPdfA2Fixup { get; } Gets the fixup of StructureElementStructureTypeIsNotStandardPdfA2


    Vintasoft.Imaging.Pdf.Processing.Analyzers.PdfTriggers
    Added properties
    public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement> StructureElementStructureTypeIsNotStandardPdfA1 { get; } Gets the trigger that is activated if Structure Element structure type is not standard type (PDF 1.4).
    public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement> StructureElementStructureTypeIsNotStandardPdfA2 { get; } Gets the trigger that is activated if Structure Element structure type is not standard type (PDF 1.7).
    Removed properties
    public Vintasoft.Imaging.Processing.Trigger<Vintasoft.Imaging.Pdf.Tree.StructureTree.PdfStructureElement> StructureElementStructureTypeIsNotStandard { get; } Use PdfTriggers.StructureElementStructureTypeIsNotStandardPdfA1 or PdfTriggers.StructureElementStructureTypeIsNotStandardPdfA2 property instead.


    Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormTextField
    Added properties
    public bool IsDoNotSpellCheck { get; set; } Gets or sets a value indicating whether this field must not be spell-checked.




    API changes in Vintasoft.Imaging.Pdf.UI.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationTool
    Added properties
    public Vintasoft.Imaging.Spelling.SpellCheckManager SpellChecker { get; set; } Gets or sets the spell check manager that is used for spell checking of text in PDF text annotations and PDF interactive form fields.


    Vintasoft.Imaging.Pdf.UI.Annotations.PdfComboBoxWidgetAnnotationView
    Added properties
    public bool IsDoNotSpellCheck { get; set; } Gets or sets a value indicating whether this field must not be spell-checked.


    Vintasoft.Imaging.Pdf.UI.Annotations.PdfTextWidgetAnnotationView
    Added properties
    public bool IsDoNotSpellCheck { get; set; } Gets or sets a value indicating whether this field must NOT be spell-checked.