combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlZoomPredefined Enumeration


In This Topic
    LlZoomPredefined Enumeration
    In This Topic
    Contains predefined values for the preview zoom.
    Syntax
    'Declaration
     
    
    Public Enum LlZoomPredefined 
       Inherits System.Enum
    public enum LlZoomPredefined : System.Enum 
    public enum class LlZoomPredefined : public System.Enum 
    Members
    MemberDescription
    CompletePageThe complete page will be used (100%).
    PageWidthRepresents the page width of the preview.
    Example

    // If the zoom value less than 100%

    if (llPreviewCtrl.GetZoom(LlZoomMode.Percentage) < 100)

    {

     

                 // Show the complete page width

                 llPreviewCtrl.SetZoom(LlZoomPredefined.PageWidth);

     

    }

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlZoomPredefined

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also