PDFView4NET WinForms Edition


O2S.Components.PDFView4NET Namespace > PDFPageView Class : RenderingProgressDisplay Property
RenderingProgressDisplay Property
Gets or sets the mode used for displaying the page rendering progress.
Syntax
'Declaration
 
<CategoryAttribute("Display")>
<DescriptionAttribute("The page rendering progress mode.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property RenderingProgressDisplay As PDFRenderingProgressDisplayMode
'Usage
 
Dim instance As PDFPageView
Dim value As PDFRenderingProgressDisplayMode
 
instance.RenderingProgressDisplay = value
 
value = instance.RenderingProgressDisplay
[Category("Display")]
[Description("The page rendering progress mode.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public PDFRenderingProgressDisplayMode RenderingProgressDisplay {get; set;}

Property Value

A PDFRenderingProgressDisplayMode value specifying how the page rendering progress should be displayed to the viewer.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also