| BsonBinaryWriterPushMaxDocumentSize Method | 
            Pushes a new max document size onto the max document size stack.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic void PushMaxDocumentSize(
	int maxDocumentSize
)
Public Sub PushMaxDocumentSize ( 
	maxDocumentSize As Integer
)
member PushMaxDocumentSize : 
        maxDocumentSize : int -> unit 
Parameters
- maxDocumentSize
- Type: SystemInt32
 The maximum size of the document.
 See Also
See Also