PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton Class / Image Property

In This Topic
    Image Property
    In This Topic
    Gets or sets the image displayed on the current PdfPushButton.
    Syntax
    'Declaration
     
    
    Public Property Image As WriteableBitmap
    public WriteableBitmap Image {get; set;}
    See Also