Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / TiffExporter Class / AddValuePreserve Method

In This Topic
    AddValuePreserve Method (TiffExporter)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub AddValuePreserve( _
       ByVal sb As StringBuilder, _
       ByVal tag As String, _
       ByVal value As String _
    ) 
    protected void AddValuePreserve( 
       StringBuilder sb,
       string tag,
       string value
    )

    Parameters

    sb
    tag
    value
    See Also