VisioForge (c) 2025

Search Results for

    Struct EncryptedFileInfo

    Encrypted file info.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public struct EncryptedFileInfo

    Properties

    AudioPresent

    Gets or sets a value indicating whether audio is present.

    Declaration
    public bool AudioPresent { readonly get; set; }
    Property Value
    Type Description
    bool

    VideoPresent

    Gets or sets a value indicating whether video is present.

    Declaration
    public bool VideoPresent { readonly get; set; }
    Property Value
    Type Description
    bool