VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentUsageZoom Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfOptionalContentUsageZoom Class
    In This Topic
    Represents the "Zoom" entry of optional content usage dictionary.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfOptionalContentUsageZoom
    Syntax
    'Declaration
    
    Public Class PdfOptionalContentUsageZoom
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfOptionalContentUsageZoom : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfOptionalContentUsageZoom : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfOptionalContentUsageZoom : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Remarks

    This entry specifying a range of magnifications at which the content in this optional content group is best viewed.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.OptionalContent.PdfOptionalContentUsageZoom

    Requirements

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

    See Also