VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBlockSourceInfoChangedEventArgs Class / ImageFileBlockSourceInfoChangedEventArgs Constructors / ImageFileBlockSourceInfoChangedEventArgs Constructor(Boolean)
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageFileBlockSourceInfoChangedEventArgs Constructor(Boolean)
    In This Topic
    Initializes a new instance of the ImageFileBlockSourceInfoChangedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal isVirtual
    A value indicating whether the image file block is virtual.
    As Boolean _
    )
    public ImageFileBlockSourceInfoChangedEventArgs(
    bool isVirtual
    )
    public: ImageFileBlockSourceInfoChangedEventArgs(
    bool isVirtual
    )
    public:
    ImageFileBlockSourceInfoChangedEventArgs(
    bool isVirtual
    )

    Parameters

    isVirtual
    A value indicating whether the image file block is virtual.
    Remarks

    This constructor must be used if virtual status of image file block must be changed.

    Requirements

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

    See Also