API Reference
Class
ContentLineWriterOptions
Deterministic content-line serialization policy.
Inheritance
- Object
- ContentLineWriterOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ContentLineWriterOptions.Default
Accepted by parameters
- Method IcsDocument.Save
- Method IcsDocument.Save
- Method IcsDocument.SaveAsync
- Method IcsDocument.SaveAsync
- Method IcsDocument.Serialize
- Method IcsDocument.ToBytes
- Method VCardDocument.Save
- Method VCardDocument.Save
- Method VCardDocument.SaveAsync
- Method VCardDocument.SaveAsync
- Method VCardDocument.Serialize
- Method VCardDocument.ToBytes
Constructors
public ContentLineWriterOptions(Int32 foldAtOctets = 75, Int64 maxOutputBytes = 16777216, Encoding encoding = null) #Creates a writer policy.
Parameters
- foldAtOctets System.Int32 = 75
- maxOutputBytes System.Int64 = 16777216
- encoding System.Text.Encoding = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static ContentLineWriterOptions Default { get; } #Default RFC-compatible writer policy.
public Int32 FoldAtOctets { get; } #Maximum physical line length in encoded octets before folding.
public Int64 MaxOutputBytes { get; } #Maximum serialized bytes produced by one document.
public Encoding Encoding { get; } #Output encoding. UTF-8 without a byte-order mark is the default.