Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / CanPrint Property
Example


In This Topic
    CanPrint Property (SpreadImage)
    In This Topic
    Gets or sets whether to print the current image when printing.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanPrint As Boolean
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Boolean
     
    instance.CanPrint = value
     
    value = instance.CanPrint
    public virtual bool CanPrint {get; set;}
    Example
    This example sets the CanPrint property.
    See Also