API Reference / SvgzWriterAPI ReferenceClass SvgzWriterEdit on GitHubNamespace CodeGlyphX.Rendering.SvgzAssembly CodeGlyphXSource CodeGlyphX/Rendering/Svgz/SvgzWriter.cs:16Modifiers staticWrites SVGZ (gzip-compressed SVG).InheritanceObjectSvgzWriterFilter membersAll (6) Methods (6)Show inherited Expand all Collapse all ResetMethodsWriteSvg 2 overloadspublic static Byte[] WriteSvg(String svg) #CodeGlyphX/Rendering/Svgz/SvgzWriter.cs:16Returns: Byte[]Writes SVGZ bytes from an SVG string.Parameterssvg System.String requiredposition: 0public static Void WriteSvg(Stream stream, String svg) #CodeGlyphX/Rendering/Svgz/SvgzWriter.cs:26Returns: VoidWrites SVGZ bytes to a stream from an SVG string.Parametersstream System.IO.Stream requiredposition: 0svg System.String requiredposition: 1Inherited Methodspublic override Boolean Equals(Object obj) #CodeGlyphX/Pdf417Code.Macro.Decode.cs:61Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:91Returns: Int32Inherited from Objectpublic Type GetType() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:16Returns: TypeInherited from Objectpublic override String ToString() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:54Returns: StringInherited from Object