Namespace: Org.BouncyCastle.Asn1
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected Stream Out { get; }
Visual Basic
Protected ReadOnly Property Out As Stream
	Get
Visual C++
protected:
property Stream^ Out {
	Stream^ get ();
}

See Also